Version 21.2

RestVerbSettingBuilder<T> Class Properties

For a list of all members of this type, see RestVerbSettingBuilder<T> members.

Public Properties
 NameDescription
Public PropertyBatchspecifies whether requests will be sent in batches (Inherited from Infragistics.Web.Mvc.RestVerbSetting)
Public PropertySettinglist of rest verb settings  
Public PropertyTemplatespecifies a remote URL template use ${id} in place of the resource id use ${parentId1}, ${parentId2}, ${parentId3}, etc. to create remote URL templates for hierarchical data sources (Inherited from Infragistics.Web.Mvc.RestVerbSetting)
Public PropertyUrlspecifies a remote URL to which requests will be sent for both batch and non-batch operations (Inherited from Infragistics.Web.Mvc.RestVerbSetting)
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub